updating oE db_delete_record

db_delete_record

include eds.e 
namespace eds 
public procedure db_delete_record(integer key_location, object table_name = current_table_name) 

deletes record number key_location from the current table.

Parameters:
  1. key_location : a positive integer, designating the record to delete.
  2. table_name : optional table name to delete record from.
Errors:

If the current table is not defined, or key_location is not a valid record index, an error will occur. Valid record indexes are between 1 and the number of records in the table.

Example 1:
db_delete_record(55) 
See Also:

db_find_key

Not Categorized, Please Help

Search



Quick Links

User menu

Not signed in.

Misc Menu